3.164 \(\int (c+d x) (a+b \cosh (e+f x))^2 \, dx\)

Optimal. Leaf size=116 \[ \frac{a^2 (c+d x)^2}{2 d}+\frac{2 a b (c+d x) \sinh (e+f x)}{f}-\frac{2 a b d \cosh (e+f x)}{f^2}+\frac{b^2 (c+d x) \sinh (e+f x) \cosh (e+f x)}{2 f}+\frac{1}{2} b^2 c x-\frac{b^2 d \cosh ^2(e+f x)}{4 f^2}+\frac{1}{4} b^2 d x^2 \]

[Out]

(b^2*c*x)/2 + (b^2*d*x^2)/4 + (a^2*(c + d*x)^2)/(2*d) - (2*a*b*d*Cosh[e + f*x])/f^2 - (b^2*d*Cosh[e + f*x]^2)/
(4*f^2) + (2*a*b*(c + d*x)*Sinh[e + f*x])/f + (b^2*(c + d*x)*Cosh[e + f*x]*Sinh[e + f*x])/(2*f)

________________________________________________________________________________________

Rubi [A]  time = 0.10104, antiderivative size = 116, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 4, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.222, Rules used = {3317, 3296, 2638, 3310} \[ \frac{a^2 (c+d x)^2}{2 d}+\frac{2 a b (c+d x) \sinh (e+f x)}{f}-\frac{2 a b d \cosh (e+f x)}{f^2}+\frac{b^2 (c+d x) \sinh (e+f x) \cosh (e+f x)}{2 f}+\frac{1}{2} b^2 c x-\frac{b^2 d \cosh ^2(e+f x)}{4 f^2}+\frac{1}{4} b^2 d x^2 \]

Antiderivative was successfully verified.

[In]

Int[(c + d*x)*(a + b*Cosh[e + f*x])^2,x]

[Out]

(b^2*c*x)/2 + (b^2*d*x^2)/4 + (a^2*(c + d*x)^2)/(2*d) - (2*a*b*d*Cosh[e + f*x])/f^2 - (b^2*d*Cosh[e + f*x]^2)/
(4*f^2) + (2*a*b*(c + d*x)*Sinh[e + f*x])/f + (b^2*(c + d*x)*Cosh[e + f*x]*Sinh[e + f*x])/(2*f)

Rule 3317

Int[((c_.) + (d_.)*(x_))^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Int[ExpandIntegrand[
(c + d*x)^m, (a + b*Sin[e + f*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && IGtQ[n, 0] && (EqQ[n, 1] ||
IGtQ[m, 0] || NeQ[a^2 - b^2, 0])

Rule 3296

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> -Simp[((c + d*x)^m*Cos[e + f*x])/f, x] +
Dist[(d*m)/f, Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rule 2638

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3310

Int[((c_.) + (d_.)*(x_))*((b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(d*(b*Sin[e + f*x])^n)/(f^2*n
^2), x] + (Dist[(b^2*(n - 1))/n, Int[(c + d*x)*(b*Sin[e + f*x])^(n - 2), x], x] - Simp[(b*(c + d*x)*Cos[e + f*
x]*(b*Sin[e + f*x])^(n - 1))/(f*n), x]) /; FreeQ[{b, c, d, e, f}, x] && GtQ[n, 1]

Rubi steps

\begin{align*} \int (c+d x) (a+b \cosh (e+f x))^2 \, dx &=\int \left (a^2 (c+d x)+2 a b (c+d x) \cosh (e+f x)+b^2 (c+d x) \cosh ^2(e+f x)\right ) \, dx\\ &=\frac{a^2 (c+d x)^2}{2 d}+(2 a b) \int (c+d x) \cosh (e+f x) \, dx+b^2 \int (c+d x) \cosh ^2(e+f x) \, dx\\ &=\frac{a^2 (c+d x)^2}{2 d}-\frac{b^2 d \cosh ^2(e+f x)}{4 f^2}+\frac{2 a b (c+d x) \sinh (e+f x)}{f}+\frac{b^2 (c+d x) \cosh (e+f x) \sinh (e+f x)}{2 f}+\frac{1}{2} b^2 \int (c+d x) \, dx-\frac{(2 a b d) \int \sinh (e+f x) \, dx}{f}\\ &=\frac{1}{2} b^2 c x+\frac{1}{4} b^2 d x^2+\frac{a^2 (c+d x)^2}{2 d}-\frac{2 a b d \cosh (e+f x)}{f^2}-\frac{b^2 d \cosh ^2(e+f x)}{4 f^2}+\frac{2 a b (c+d x) \sinh (e+f x)}{f}+\frac{b^2 (c+d x) \cosh (e+f x) \sinh (e+f x)}{2 f}\\ \end{align*}

Mathematica [A]  time = 0.846393, size = 96, normalized size = 0.83 \[ -\frac{2 \left (2 a^2+b^2\right ) (e+f x) (d (e-f x)-2 c f)-16 a b f (c+d x) \sinh (e+f x)+16 a b d \cosh (e+f x)-2 b^2 f (c+d x) \sinh (2 (e+f x))+b^2 d \cosh (2 (e+f x))}{8 f^2} \]

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)*(a + b*Cosh[e + f*x])^2,x]

[Out]

-(2*(2*a^2 + b^2)*(e + f*x)*(-2*c*f + d*(e - f*x)) + 16*a*b*d*Cosh[e + f*x] + b^2*d*Cosh[2*(e + f*x)] - 16*a*b
*f*(c + d*x)*Sinh[e + f*x] - 2*b^2*f*(c + d*x)*Sinh[2*(e + f*x)])/(8*f^2)

________________________________________________________________________________________

Maple [A]  time = 0.013, size = 208, normalized size = 1.8 \begin{align*}{\frac{1}{f} \left ({\frac{d{a}^{2} \left ( fx+e \right ) ^{2}}{2\,f}}+2\,{\frac{bda \left ( \left ( fx+e \right ) \sinh \left ( fx+e \right ) -\cosh \left ( fx+e \right ) \right ) }{f}}+{\frac{d{b}^{2}}{f} \left ({\frac{ \left ( fx+e \right ) \cosh \left ( fx+e \right ) \sinh \left ( fx+e \right ) }{2}}+{\frac{ \left ( fx+e \right ) ^{2}}{4}}-{\frac{ \left ( \cosh \left ( fx+e \right ) \right ) ^{2}}{4}} \right ) }-{\frac{de{a}^{2} \left ( fx+e \right ) }{f}}-2\,{\frac{abde\sinh \left ( fx+e \right ) }{f}}-{\frac{de{b}^{2}}{f} \left ({\frac{\sinh \left ( fx+e \right ) \cosh \left ( fx+e \right ) }{2}}+{\frac{fx}{2}}+{\frac{e}{2}} \right ) }+c{a}^{2} \left ( fx+e \right ) +2\,cab\sinh \left ( fx+e \right ) +c{b}^{2} \left ({\frac{\sinh \left ( fx+e \right ) \cosh \left ( fx+e \right ) }{2}}+{\frac{fx}{2}}+{\frac{e}{2}} \right ) \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)*(a+b*cosh(f*x+e))^2,x)

[Out]

1/f*(1/2/f*d*a^2*(f*x+e)^2+2/f*d*a*b*((f*x+e)*sinh(f*x+e)-cosh(f*x+e))+1/f*d*b^2*(1/2*(f*x+e)*cosh(f*x+e)*sinh
(f*x+e)+1/4*(f*x+e)^2-1/4*cosh(f*x+e)^2)-d*e/f*a^2*(f*x+e)-2*d*e/f*a*b*sinh(f*x+e)-d*e/f*b^2*(1/2*sinh(f*x+e)*
cosh(f*x+e)+1/2*f*x+1/2*e)+c*a^2*(f*x+e)+2*c*a*b*sinh(f*x+e)+c*b^2*(1/2*sinh(f*x+e)*cosh(f*x+e)+1/2*f*x+1/2*e)
)

________________________________________________________________________________________

Maxima [A]  time = 1.17923, size = 223, normalized size = 1.92 \begin{align*} \frac{1}{2} \, a^{2} d x^{2} + \frac{1}{16} \,{\left (4 \, x^{2} + \frac{{\left (2 \, f x e^{\left (2 \, e\right )} - e^{\left (2 \, e\right )}\right )} e^{\left (2 \, f x\right )}}{f^{2}} - \frac{{\left (2 \, f x + 1\right )} e^{\left (-2 \, f x - 2 \, e\right )}}{f^{2}}\right )} b^{2} d + \frac{1}{8} \, b^{2} c{\left (4 \, x + \frac{e^{\left (2 \, f x + 2 \, e\right )}}{f} - \frac{e^{\left (-2 \, f x - 2 \, e\right )}}{f}\right )} + a^{2} c x + a b d{\left (\frac{{\left (f x e^{e} - e^{e}\right )} e^{\left (f x\right )}}{f^{2}} - \frac{{\left (f x + 1\right )} e^{\left (-f x - e\right )}}{f^{2}}\right )} + \frac{2 \, a b c \sinh \left (f x + e\right )}{f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*(a+b*cosh(f*x+e))^2,x, algorithm="maxima")

[Out]

1/2*a^2*d*x^2 + 1/16*(4*x^2 + (2*f*x*e^(2*e) - e^(2*e))*e^(2*f*x)/f^2 - (2*f*x + 1)*e^(-2*f*x - 2*e)/f^2)*b^2*
d + 1/8*b^2*c*(4*x + e^(2*f*x + 2*e)/f - e^(-2*f*x - 2*e)/f) + a^2*c*x + a*b*d*((f*x*e^e - e^e)*e^(f*x)/f^2 -
(f*x + 1)*e^(-f*x - e)/f^2) + 2*a*b*c*sinh(f*x + e)/f

________________________________________________________________________________________

Fricas [A]  time = 2.04278, size = 294, normalized size = 2.53 \begin{align*} \frac{2 \,{\left (2 \, a^{2} + b^{2}\right )} d f^{2} x^{2} + 4 \,{\left (2 \, a^{2} + b^{2}\right )} c f^{2} x - b^{2} d \cosh \left (f x + e\right )^{2} - b^{2} d \sinh \left (f x + e\right )^{2} - 16 \, a b d \cosh \left (f x + e\right ) + 4 \,{\left (4 \, a b d f x + 4 \, a b c f +{\left (b^{2} d f x + b^{2} c f\right )} \cosh \left (f x + e\right )\right )} \sinh \left (f x + e\right )}{8 \, f^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*(a+b*cosh(f*x+e))^2,x, algorithm="fricas")

[Out]

1/8*(2*(2*a^2 + b^2)*d*f^2*x^2 + 4*(2*a^2 + b^2)*c*f^2*x - b^2*d*cosh(f*x + e)^2 - b^2*d*sinh(f*x + e)^2 - 16*
a*b*d*cosh(f*x + e) + 4*(4*a*b*d*f*x + 4*a*b*c*f + (b^2*d*f*x + b^2*c*f)*cosh(f*x + e))*sinh(f*x + e))/f^2

________________________________________________________________________________________

Sympy [A]  time = 0.928946, size = 219, normalized size = 1.89 \begin{align*} \begin{cases} a^{2} c x + \frac{a^{2} d x^{2}}{2} + \frac{2 a b c \sinh{\left (e + f x \right )}}{f} + \frac{2 a b d x \sinh{\left (e + f x \right )}}{f} - \frac{2 a b d \cosh{\left (e + f x \right )}}{f^{2}} - \frac{b^{2} c x \sinh ^{2}{\left (e + f x \right )}}{2} + \frac{b^{2} c x \cosh ^{2}{\left (e + f x \right )}}{2} + \frac{b^{2} c \sinh{\left (e + f x \right )} \cosh{\left (e + f x \right )}}{2 f} - \frac{b^{2} d x^{2} \sinh ^{2}{\left (e + f x \right )}}{4} + \frac{b^{2} d x^{2} \cosh ^{2}{\left (e + f x \right )}}{4} + \frac{b^{2} d x \sinh{\left (e + f x \right )} \cosh{\left (e + f x \right )}}{2 f} - \frac{b^{2} d \sinh ^{2}{\left (e + f x \right )}}{4 f^{2}} & \text{for}\: f \neq 0 \\\left (a + b \cosh{\left (e \right )}\right )^{2} \left (c x + \frac{d x^{2}}{2}\right ) & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*(a+b*cosh(f*x+e))**2,x)

[Out]

Piecewise((a**2*c*x + a**2*d*x**2/2 + 2*a*b*c*sinh(e + f*x)/f + 2*a*b*d*x*sinh(e + f*x)/f - 2*a*b*d*cosh(e + f
*x)/f**2 - b**2*c*x*sinh(e + f*x)**2/2 + b**2*c*x*cosh(e + f*x)**2/2 + b**2*c*sinh(e + f*x)*cosh(e + f*x)/(2*f
) - b**2*d*x**2*sinh(e + f*x)**2/4 + b**2*d*x**2*cosh(e + f*x)**2/4 + b**2*d*x*sinh(e + f*x)*cosh(e + f*x)/(2*
f) - b**2*d*sinh(e + f*x)**2/(4*f**2), Ne(f, 0)), ((a + b*cosh(e))**2*(c*x + d*x**2/2), True))

________________________________________________________________________________________

Giac [A]  time = 1.20244, size = 221, normalized size = 1.91 \begin{align*} \frac{1}{2} \, a^{2} d x^{2} + \frac{1}{4} \, b^{2} d x^{2} + a^{2} c x + \frac{1}{2} \, b^{2} c x + \frac{{\left (2 \, b^{2} d f x + 2 \, b^{2} c f - b^{2} d\right )} e^{\left (2 \, f x + 2 \, e\right )}}{16 \, f^{2}} + \frac{{\left (a b d f x + a b c f - a b d\right )} e^{\left (f x + e\right )}}{f^{2}} - \frac{{\left (a b d f x + a b c f + a b d\right )} e^{\left (-f x - e\right )}}{f^{2}} - \frac{{\left (2 \, b^{2} d f x + 2 \, b^{2} c f + b^{2} d\right )} e^{\left (-2 \, f x - 2 \, e\right )}}{16 \, f^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*(a+b*cosh(f*x+e))^2,x, algorithm="giac")

[Out]

1/2*a^2*d*x^2 + 1/4*b^2*d*x^2 + a^2*c*x + 1/2*b^2*c*x + 1/16*(2*b^2*d*f*x + 2*b^2*c*f - b^2*d)*e^(2*f*x + 2*e)
/f^2 + (a*b*d*f*x + a*b*c*f - a*b*d)*e^(f*x + e)/f^2 - (a*b*d*f*x + a*b*c*f + a*b*d)*e^(-f*x - e)/f^2 - 1/16*(
2*b^2*d*f*x + 2*b^2*c*f + b^2*d)*e^(-2*f*x - 2*e)/f^2